From 5f9c268e561a3064704e6e9295428e7916e58a94 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 17 Sep 2008 15:13:15 +0000 Subject: [PATCH] Doc improvements svn path=/trunk/; revision=21412 --- ChangeLog | 7 +++++++ gtk/gtkprintsettings.c | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cfa21eaed8..4c52e8d640 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-09-17 Matthias Clasen + + Bug 552500 – GtkPrintSettings API doc not precise enough + + * gtk/gtkprintsettings.c: Documentation improvements. Suggested + by Guillaume Cottenceau + 2008-09-17 Matthias Clasen Bug 552107 – Small libtool fixes diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c index e34e0dd6a1..18eb084128 100644 --- a/gtk/gtkprintsettings.c +++ b/gtk/gtkprintsettings.c @@ -1635,7 +1635,8 @@ gtk_print_settings_new_from_file (const gchar *file_name, * gtk_print_settings_load_key_file: * @settings: a #GtkPrintSettings * @key_file: the #GKeyFile to retrieve the settings from - * @group_name: the name of the group to use + * @group_name: the name of the group to use, or %NULL to use the default + * "Print Settings" * @error: return location for errors, or %NULL * * Reads the print settings from the group @group_name in @key_file. @@ -1693,7 +1694,8 @@ gtk_print_settings_load_key_file (GtkPrintSettings *settings, /** * gtk_print_settings_new_from_key_file: * @key_file: the #GKeyFile to retrieve the settings from - * @group_name: the name of the group to use + * @group_name: the name of the group to use, or %NULL to use + * the default "Print Settings" * @error: return location for errors, or %NULL * * Reads the print settings from the group @group_name in @key_file. -- 2.30.2